home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue59 / Arch / Extended Sample / UnitFormListCustomer.dfm < prev    next >
Encoding:
Text File  |  2000-05-19  |  1.3 KB  |  59 lines

  1. inherited FormListCustomer: TFormListCustomer
  2.   Caption = 'Find Customer'
  3.   PixelsPerInch = 96
  4.   TextHeight = 13
  5.   inherited PanelListBaseClientBackground: TPanel
  6.     inherited PanelListBaseGridBackground: TPanel
  7.       inline FrameResultSetCustomer: TFrameResultSetCustomer
  8.         Left = 5
  9.         Top = 5
  10.         Width = 416
  11.         Height = 328
  12.         Align = alClient
  13.         TabOrder = 1
  14.         inherited DBGridFrameResultSetBase: TDBGrid
  15.           Width = 416
  16.           Height = 328
  17.         end
  18.       end
  19.     end
  20.   end
  21.   inherited PanelFilter: TPanel
  22.     object Label1: TLabel [0]
  23.       Left = 8
  24.       Top = 28
  25.       Width = 76
  26.       Height = 13
  27.       Caption = 'Company name:'
  28.     end
  29.     object ComboBoxCompanyName: TComboBox
  30.       Left = 88
  31.       Top = 24
  32.       Width = 109
  33.       Height = 21
  34.       Style = csDropDownList
  35.       ItemHeight = 13
  36.       TabOrder = 2
  37.       Items.Strings = (
  38.         'contains'
  39.         'matches exactly'
  40.         'starts with')
  41.     end
  42.     object EditCompanyName: TEdit
  43.       Left = 204
  44.       Top = 24
  45.       Width = 121
  46.       Height = 21
  47.       TabOrder = 3
  48.       OnChange = EditCompanyNameChange
  49.     end
  50.   end
  51.   inherited PopupMenu: TPopupMenu
  52.     Left = 324
  53.     Top = 36
  54.   end
  55.   inherited ActionList: TActionList
  56.     Left = 316
  57.   end
  58. end
  59.